-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: fix size()/count() when resamping empty series (#28427) #28459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: fix size()/count() when resamping empty series (#28427) #28459
Conversation
I'm not sure this is the best way to fix this. |
63ee6bd
to
ce1a7cc
Compare
ce1a7cc
to
f3de1d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'm a bit confused why size and count differ in their return types, but that's for another issue.
f3de1d7
to
990dfb4
Compare
990dfb4
to
e9df4f6
Compare
e9df4f6
to
5268c86
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm @jreback
this looked ok, can you merge master and ping on green. |
@jreback, For some reason, there's still one requested change (which was done). I guess github is expecting yout to validate it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments, ping on green. merge master as well.
yes I need to still approve / re-request. |
d0b8b5d
to
3df3e17
Compare
bb19e1d
to
c57db54
Compare
c57db54
to
a928d03
Compare
@randomstuff can you merge master and ping on green. |
a928d03
to
f4845eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code change lgtm. need to use the fixtures for testing. ping on green.
1cfdd19
to
e4de858
Compare
e4de858
to
aa4e668
Compare
@jreback: all green. |
thanks @randomstuff sometimes these things take a while, thanks for sticking with it! happy to have a followup to consolidate size/count across all grouping types :-> |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff